home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / blkade11.zip / DEMO.MAK < prev    next >
Text File  |  1991-07-29  |  253b  |  15 lines

  1. compile=CL /AS /W3 /Od  $*.C /c
  2. #
  3. demo.obj : demo.c  
  4.         $(compile)
  5.  
  6. demo.exe : demo.obj  
  7.  link demo,demo.exe,demo.map, blkdmoms.lib  ;
  8. #              MSC uses the DEMO patch area... need to clear it w/ /O
  9.  
  10. # end of make file...
  11.  
  12.  
  13.  
  14.  
  15.